Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dagster): Update dagster (patch) #230

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

plural-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
dagster-azure (source) patch ==0.20.13 -> ==0.20.14
dagster-gcp (source) patch ==0.20.13 -> ==0.20.14
docker.io/dagster/user-code-example final patch 1.4.13 -> 1.4.14

Release Notes

dagster-io/dagster (dagster-azure)

v0.20.14

New
  • Added a new tooltip to asset runs to either view the asset list or lineage
Bugfixes
  • [ui] Fixed an issue where re-executing a run from a particular run's page wouldn’t navigate to the newly created run
Experimental
  • [dagster-ext] An initial version of the dagster-ext module along with subprocess, docker, databricks, and k8s pod integrations are now available. Read more at https://github.com/dagster-io/dagster/discussions/16319. Note that the module is temporarily being published to PyPI under dagster-ext-process, but is available in python as import dagster_ext.
  • [asset checks] Added an ‘execute’ button to run checks without materializing the asset. Currently this is only supported for checks defined with @asset_check or AssetChecksDefinition.
  • [asset checks] Added check_specs argument to @graph_multi_asset
  • [asset checks] Fixed a bug with checks on @graph_asset that would raise an error about nonexistant checks

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Signed-off-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
@plural-renovate plural-renovate bot enabled auto-merge (squash) September 15, 2023 19:27
@@ -1,4 +1,4 @@
FROM docker.io/dagster/user-code-example:1.4.13
FROM docker.io/dagster/user-code-example:1.4.14

Check failure

Code scanning / Trivy

Image user should not be &#39;root&#39;

Artifact: dagster/Dockerfile Type: dockerfile Vulnerability DS002 Severity: HIGH Message: Specify at least 1 USER command in Dockerfile with non-root user as argument Link: [DS002](https://avd.aquasec.com/misconfig/ds002)
@@ -1,4 +1,4 @@
FROM docker.io/dagster/user-code-example:1.4.13
FROM docker.io/dagster/user-code-example:1.4.14

Check notice

Code scanning / Trivy

No HEALTHCHECK defined

Artifact: dagster/Dockerfile Type: dockerfile Vulnerability DS026 Severity: LOW Message: Add HEALTHCHECK instruction in your Dockerfile Link: [DS026](https://avd.aquasec.com/misconfig/ds026)
@plural-renovate plural-renovate bot merged commit 279c177 into main Sep 15, 2023
@plural-bot
Copy link
Collaborator

🎉 This PR is included in version 1.1.14 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@plural-renovate plural-renovate bot deleted the renovate/patch-dagster branch September 15, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant